Skip to content

Conversation

@brenelz
Copy link
Contributor

@brenelz brenelz commented Aug 27, 2025

Needed for solid-start devinxi branch

@changeset-bot
Copy link

changeset-bot bot commented Aug 27, 2025

⚠️ No Changeset found

Latest commit: 14f4e93

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@pkg-pr-new
Copy link

pkg-pr-new bot commented Aug 27, 2025

Open in StackBlitz

npm i https://pkg.pr.new/vite-plugin-solid@228

commit: 14f4e93

@Brendonovich Brendonovich mentioned this pull request Sep 2, 2025
34 tasks
...config.resolve.conditions,
];
config.resolve.externalConditions ??= [];
config.resolve.externalConditions.push("solid");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can push multiple things at the same time:

config.resolve.externalConditions.push("solid", "node");

Copy link
Member

@atilafassina atilafassina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yo. I think it's safe to merge this.
Can you address Alex's point? Imho, it's a good change to make

We just need to

  1. solve conflicts to main
  2. Add a patch changeset so the release is triggered
  3. Extend the explanation (this is not limited to Start) for the changeset and, add the same explanation in the PR description (just for historical reason)

Happy to ship it then 😎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants